<!-- ONE STEP TO INSTALL PULLDOWN MENU (AUTOMATIC): 1. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Put this code into the BODY of your HTML document --> <BODY> <CENTER> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available online from --> <!-- The JavaScript Source!! http://javascriptsource.com --> <!-- Begin function selectaplace(form) { var appname= navigator.appName; var appversion=parseInt(navigator.appVersion); if (appname == "Netscape" && appversion >= 3) { var formindex=form.select1.selectedIndex; var storage=form.select1.options[formindex].text; if (form.select1.options[formindex].value != "none") { var msg=storage+"You are now being transferred to the -> "+storage; for (var spot=0;spot<msg.length-storage.length;spot++) { var x=msg.substring(spot,msg.length); form.select1.options[formindex].text=x; for(var d=0;d<150;d++) { }; } window.location=form.select1.options[formindex].value; form.select1[formindex].text=storage; } else { form.select1[formindex].text="Not a real option!"; for(var d=0;d<1250;d++) { }; form.select1[formindex].text=storage; } } else { var formindex=form.select1.selectedIndex; window.location=form.select1.options[formindex].value; } } function makeMyMenu() { document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>'); document.write ('<option value=http://javascriptsource.com>The JavaScript Source'); document.write ('<option value=http://bgeffects.javascriptsource.com>Background Effects'); document.write ('<option value=http://buttons.javascriptsource.com>Buttons'); document.write ('<option value=http://calculators.javascriptsource.com>Calculators'); document.write ('<option value=http://calendars.javascriptsource.com>Calendars'); document.write ('<option value=http://clocks.javascriptsource.com>Clocks'); document.write ('<option value=http://cookies.javascriptsource.com>Cookies'); document.write ('<option value=http://forms.javascriptsource.com>Forms'); document.write ('<option value=http://foldertree.javascriptsource.com>Folder-Tree'); document.write ('<option value=http://games.javascriptsource.com>Games'); document.write ('<option value=http://links.javascriptsource.com>Links'); document.write ('<option value=http://messages.javascriptsource.com>Messages'); document.write ('<option value=http://miscellaneous.javascriptsource.com>Miscellaneous'); document.write ('<option value=http://page-details.javascriptsource.com>Page Details'); document.write ('<option value=http://passwords.javascriptsource.com>Password Protection'); document.write ('<option value=http://scrolls.javascriptsource.com>Scrolls'); document.write ('<option value=http://user-details.javascriptsource.com>User Details'); document.write ('</select>'); document.write ('</form>'); } makeMyMenu(); // End --> </SCRIPT> </CENTER> <!-- Script Size: 2.96 KB -->
1998 Copyright (C) Next Step All Rights Reserved